docs: add GeneralUpdate.Avalonia and GeneralUpdate.Maui component documentation#120
Merged
Merged
Conversation
…s & cookbooks - Add GeneralUpdate.Avalonia.Android and GeneralUpdate.Maui.Android component reference docs (zh-CN + EN) - Add Avalonia Android and MAUI Android quickstart cookbooks - Update GeneralUpdate.Tools doc with Mobile packaging module - Update Component Introduction with Avalonia repository entry - Update Release Log with v10.5.0-beta.4 entries - Update sidebars.js and category.json for new pages Co-Authored-By: Claude <noreply@anthropic.com>
8 tasks
There was a problem hiding this comment.
Pull request overview
Adds new website documentation for the newly released Android auto-update components (GeneralUpdate.Avalonia.Android + GeneralUpdate.Maui.Android), including component reference pages and quickstart cookbooks in both EN and zh-CN, and wires them into the docs navigation and release logs.
Changes:
- Added new component reference docs for GeneralUpdate.Avalonia.Android and GeneralUpdate.Maui.Android (EN + zh-CN).
- Added new quickstart cookbooks for Avalonia Android and MAUI Android (EN + zh-CN) and registered them in the sidebar.
- Expanded GeneralUpdate.Tools (PacketTool) docs to include the new Mobile module and updated component/category metadata + release log.
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| website/sidebars.js | Registers the new quickstart cookbooks and component reference pages in the sidebar navigation. |
| website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/releaselog/GeneralUpdateReleaselog.md | Adds the zh-CN release-log entry describing new components and other changes. |
| website/i18n/en/docusaurus-plugin-content-docs/current/releaselog/GeneralUpdateReleaselog.md | Adds the EN release-log entry describing new components and other changes. |
| website/i18n/en/docusaurus-plugin-content-docs/current/quickstart/Maui Android cookbook.md | Adds EN MAUI Android quickstart cookbook. |
| website/i18n/en/docusaurus-plugin-content-docs/current/quickstart/GeneralUpdate.PacketTool.md | Updates EN PacketTool quickstart with the new Mobile module and a dual desktop/mobile pipeline. |
| website/i18n/en/docusaurus-plugin-content-docs/current/quickstart/Avalonia Android cookbook.md | Adds EN Avalonia Android quickstart cookbook. |
| website/i18n/en/docusaurus-plugin-content-docs/current/quickstart/category.json | Updates EN Quick Start category description to reflect the expanded scope. |
| website/i18n/en/docusaurus-plugin-content-docs/current/doc/GeneralUpdate.Maui.Android.md | Adds EN component reference for GeneralUpdate.Maui.Android. |
| website/i18n/en/docusaurus-plugin-content-docs/current/doc/GeneralUpdate.Avalonia.Android.md | Adds EN component reference for GeneralUpdate.Avalonia.Android. |
| website/i18n/en/docusaurus-plugin-content-docs/current/doc/Component Introduction.md | Updates EN component introduction table with the GeneralUpdate.Avalonia repository entry and updated MAUI wording. |
| website/i18n/en/docusaurus-plugin-content-docs/current/doc/category.json | Updates EN component reference category description to include 7 components. |
| website/docs/releaselog/GeneralUpdateReleaselog.md | Adds the (default) release-log entry describing new components and other changes. |
| website/docs/quickstart/Maui Android cookbook.md | Adds zh-CN MAUI Android quickstart cookbook. |
| website/docs/quickstart/GeneralUpdate.PacketTool.md | Updates zh-CN PacketTool quickstart with the new Mobile module and a dual desktop/mobile pipeline. |
| website/docs/quickstart/Avalonia Android cookbook.md | Adds zh-CN Avalonia Android quickstart cookbook. |
| website/docs/doc/GeneralUpdate.Maui.Android.md | Adds zh-CN component reference for GeneralUpdate.Maui.Android. |
| website/docs/doc/GeneralUpdate.Avalonia.Android.md | Adds zh-CN component reference for GeneralUpdate.Avalonia.Android. |
| website/docs/doc/Component Introduction.md | Updates component introduction table with the GeneralUpdate.Avalonia repository entry and updated MAUI wording. |
| website/docs/doc/category.json | Updates component reference category description to include 7 components. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "link": { | ||
| "type": "generated-index", | ||
| "description": "Quick start guides and hands-on cookbooks." | ||
| "description": "Quick start guides and hands-on cookbooks for desktop Android APK auto-update." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds comprehensive documentation for the newly released GeneralUpdate.Avalonia.Android and GeneralUpdate.Maui.Android components to the website.
Changes
New files
Modified files
Related Issue
Closes #121